home *** CD-ROM | disk | FTP | other *** search
- Tim Schwab - Manth-Brownell
- CompuServe ID (76344,1533)
-
-
- USERS is a utility that I wrote for my own use. It is intended as a
- companion to Novell's USERLIST. In addition to formatting the screen
- the way I wanted, I added two fields not in USERLIST. Files is the
- number of files the connection has open. Packets is the number of
- request packets the connection has sent to the server since login. I
- find these fields useful in giving an indication of the activity level
- across the network.
-
- Another feature I added is the ability to display a logical name in place
- of the network and node numbers. USERS will read a file called
- NET$ADDR.DAT, if it is present, to get the logical names. If NET$ADDR.DAT
- is not found, either in the current directory or on a search drive, the
- network and node numbers are displayed. This is the structure of
- NET$ADDR.DAT:
-
- Field Offset Length
- -----------------------
- Network 0 8
- Node 9 12
- Name 22 21
-
- Records should have a colon ":" between Network and Node as well as
- between Node and Name. Records should be padded with spaces as necessary,
- and terminated with a CR/LF. USERS will read up to 256 records from
- NET$ADDR.DAT.
-
- USERS requires NetWare 2.10 or greater.
-
- (eof)
-